﻿@media only screen and (min-device-width : 320px) and (min-device-height : 480px) and (max-device-width : 799px) {
    #DivIdentificacaoResponsavel {
        position: absolute;
        width: 280px;
        height: 400px;
        left: 7%;
        top: 7%;
        box-shadow: 0px 1px 4px #888888;

    }

    #divLogoSelecionarAluno {
        position: absolute;
        top: 5%;
        left: 32%;
        width: 35%;
        height: 20%;
    }

    #divForm {
        position: absolute;
        top: 35%;
        left: 10%;
        width: 90%;
        height: 60%;
    }

    .lblNome {
        position: absolute;
        left: 0%;
    }

    #divMsg2 {
        position: absolute;
        top: 75%;
        left: 10%;
        width: 100%;
        height: 10%;
    }
}
